home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 February
/
PCWorld_2000-02_cd.bin
/
Software
/
Servis
/
FFE
/
HELP.SWG
/
0002_OS2 HELP.pas
< prev
next >
Wrap
Pascal/Delphi Source File
|
1996-09-04
|
1KB
|
26 lines
--------H-OS/2 HELP-------------------------
The OS/2 help files are different from the WinHelp help files,since the
WinHelp format is proprietary to MicroSoft because of the patented
LZ-packing they implemented.
OFFSET Count TYPE Description
0000h 3 char ID='HSP'
0003h 1 byte Flags :
0 - INF style file
1-3 - unknown
4 - HLP style file
Patching this file allows reading HLP files
using the VIEW command, while HLP files seem to
work with INF settings as well.
0005h 1 word Total size of header
0007h 1 word Unknown
????h other data
0047h ? char ASCIIZ name of the HLP/INF file
EXTENSION:HLP,INF
OCCURENCES:OS/2
REFERENCE:INF02A.DOC
SEE ALSO:WinHelp HLP